How to create and run reports

Getting your collection data into EMu is the first step in turning it into information. Once in EMu there are many ways in which you can enhance and present the data through searching, linking, sorting, grouping and listing records. Perhaps the most useful way to present your data however is in a report.

EMu facilitates the production of reports using the most common and popular reporting application, Crystal Reports, but it is also able to produce reports with many other applications. It is possible to run a report directly out of EMu in any ODBC (Open Database Connectivity) compliant application such as Microsoft Word and Excel and, from EMu 5.0 onwards, to report directly to an ActiveX Data Objects (ADO) RecordSet object (see below for details).

There are two broad stages to developing a new report:

  1. The first stage occurs within EMu and involves selecting and preparing the fields on which to report. When a report is run out of EMu, a data file is produced.

    This first stage in creating a report is the same for every possible type of report you can create in EMu.

  2. The second stage occurs within a third party application (Crystal Reports, Microsoft Word, etc.) and involves designing a report to process and present the data file that was output by EMu.

    This second stage occurs within a third party application and the process varies from one application to another.